home *** CD-ROM | disk | FTP | other *** search
- ;GIL-3
- (
- (
- :type :popup-window
- :name InfoPopup
- :owner nil
- :width 461
- :height 288
- :background-color ""
- :foreground-color ""
- :label "About TimeLine"
- :label-type :string
- :initial-state :invisible
- :show-footer t
- :resizable nil
- :pinned nil
- :done-handler CloseInfoPopup
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (InfoPopup)
- :when (Done )
- :to (InfoPopup)
- :function_type CallFunction
- :arg_type ()
- :action (CloseInfoPopup)
- )
- )
- )
- (
- :type :control-area
- :name controls1
- :owner InfoPopup
- :help ""
- :x 0
- :y 0
- :width 461
- :height 288
- :background-color "Light Gray"
- :foreground-color ""
- :initial-state :visible
- :show-border nil
- :menu nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name titleMesg
- :owner controls1
- :help ""
- :x 123
- :y 12
- :width 209
- :height 13
- :foreground-color "Black"
- :label "TimeLine Editor Version 1.23"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name maestroMesg
- :owner controls1
- :help ""
- :x 140
- :y 40
- :width 172
- :height 13
- :foreground-color "Black"
- :label "An authoring application for"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name byMesg
- :owner controls1
- :help ""
- :x 80
- :y 56
- :width 293
- :height 13
- :foreground-color "Black"
- :label "the MAEstro multimedia authoring environment"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name nameMesg
- :owner controls1
- :help ""
- :x 168
- :y 80
- :width 122
- :height 13
- :foreground-color "Black"
- :label "by Teck-Joo Chua"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name addlAuthorMsg
- :owner controls1
- :help ""
- :x 120
- :y 104
- :width 237
- :height 13
- :foreground-color ""
- :label "Additional features by George Drapeau"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name copyrightMesg
- :owner controls1
- :help ""
- :x 8
- :y 128
- :width 443
- :height 13
- :foreground-color "Black"
- :label "Copyright (C) 1990, 1991, 1992 Libraries & Information Resources (L&IR)"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name stanfordMesg
- :owner controls1
- :help ""
- :x 168
- :y 148
- :width 118
- :height 13
- :foreground-color "Black"
- :label "Stanford University"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name emailMesg
- :owner controls1
- :help ""
- :x 168
- :y 164
- :width 119
- :height 13
- :foreground-color "Black"
- :label "Stanford, California"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name thanksMesg1
- :owner controls1
- :help ""
- :x 67
- :y 196
- :width 321
- :height 13
- :foreground-color "Black"
- :label "Special thanks to the MAEstro development team for"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name thanksMesg2
- :owner controls1
- :help ""
- :x 93
- :y 212
- :width 268
- :height 13
- :foreground-color "Black"
- :label "their many invaluable suggestions and help"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name forMoreInfoMsg
- :owner controls1
- :help ""
- :x 74
- :y 236
- :width 307
- :height 13
- :foreground-color ""
- :label "for more info, contact maestro@sioux.stanford.edu"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :button
- :name closeInfoButton
- :owner controls1
- :help ""
- :x 209
- :y 264
- :width 36
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color "Black"
- :label "OK"
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler CloseInfoPopup
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (InfoPopup closeInfoButton)
- :when (Notify )
- :to (InfoPopup closeInfoButton)
- :function_type CallFunction
- :arg_type ()
- :action (CloseInfoPopup)
- )
- )
- )
- )
-